home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Shareware World
/
Utilities
/
Text processing
/
PDF–Blit™1.02.sea
/
PDF–Blit™1.02
/
Source
/
fabsd.c
< prev
next >
Wrap
Text File
|
1999-09-17
|
170b
|
8 lines
// ©1999 by Kas Thomas. All rights reserved. See ReadMe for important information.
float fabsd( double d );
float fabsd( double d ) {
return ((float)( (long)d) );
}